Fix async drop multi crate crash#153274
Conversation
This comment has been minimized.
This comment has been minimized.
|
Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt |
|
r? @davidtwco rustbot has assigned @davidtwco. Use Why was this reviewer chosen?The reviewer was selected based on:
|
This comment has been minimized.
This comment has been minimized.
b12bea5 to
9375f85
Compare
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
9375f85 to
c757f7a
Compare
|
r? @oli-obk |
|
|
This comment has been minimized.
This comment has been minimized.
c757f7a to
ab792af
Compare
|
if you write |
ab792af to
2414f6d
Compare
b8b8da7 to
db6ee18
Compare
|
@oli-obk all of your comments should be addressed, this should be ready to merge (unless CI/CD fails) |
|
@bors r+ rollup |
Rollup of 5 pull requests Successful merges: - #153341 (std: refactor Xous startup code) - #152816 (Check for region dependent goals on type_op itself as well) - #153224 (Fix LegacyKeyValueFormat report from docker build: disabled) - #153274 (Fix async drop multi crate crash) - #153324 (fix autodiff parsing for non-trait impl)
Rollup merge of #153274 - ValorZard:async-drop-multi-crate-crash, r=oli-obk Fix async drop multi crate crash fixes #142572 Again, I've been talking in the Zulip about this: [#wg-async > is there a way I can help with Async Drop? @ 💬](https://rust-lang.zulipchat.com/#narrow/channel/187312-wg-async/topic/is.20there.20a.20way.20I.20can.20help.20with.20Async.20Drop.3F/near/575627286) TL;DR: This is going to be a bit of a refactor, hold your horses Also, I might end up splitting this into two PRs, so I can first merge my elaborate_drop.rs refactor, and then my fix for the crash later, but IDK yet
fixes #142572
Again, I've been talking in the Zulip about this: #wg-async > is there a way I can help with Async Drop? @ 💬
TL;DR: This is going to be a bit of a refactor, hold your horses
Also, I might end up splitting this into two PRs, so I can first merge my elaborate_drop.rs refactor, and then my fix for the crash later, but IDK yet